home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / kode ƒ / kant build files.h < prev    next >
Text File  |  1995-02-08  |  889b  |  15 lines

  1. void UseTheModule(FSSpec *theFS, Boolean useDefault);
  2. OSErr GetNamedModuleFS(FSSpec *theFS, Str255 theName);
  3. OSErr BuildModulesList(MenuHandle theMenu);
  4. OSErr BuildReferencesList(MenuHandle theMenu, FSSpec theFS);
  5. OSErr DoNewModule(void);
  6. OSErr OpenTheModule(FSSpec *theFS, Boolean newModule, Boolean useOldFile);
  7. Boolean ReferenceNameExistsQQ(FSSpec theFS, Str255 refName);
  8. OSErr DeleteOneReference(FSSpec theFS, Str255 refName);
  9. OSErr DeleteOneInstantiation(FSSpec theFS, Str255 refName, short stringIndex);
  10. OSErr AddOneReference(FSSpec theFS, Str255 refName);
  11. OSErr AddOneInstantiation(FSSpec theFS, Str255 refName, Str255 instantName);
  12. OSErr ReplaceOneReference(FSSpec theFS, Str255 oldRef, Str255 newRef);
  13. OSErr ReplaceOneInstantiation(FSSpec theFS, Str255 oldRef, short stringIndex, Str255 newStr);
  14. OSErr SetInterestingBit(FSSpec theFS, Str255 referenceName, Boolean isInteresting);
  15.